body {background-color: 2B82D9;
}



#headerimg {
	
	width: 100%;
	height: 220px;
	
	top: 20px;
	right: 20px;

	
}



#logo {
	width: 300px;
	heigth: 350px;

	top: 10px;
	left: 30px;
}


#mainheader {position: absolute;

	background-color:#ffffff;
	width: 86%;
	top: 2px;
	left: 175px;
	height:200px;


}

#simage {position:fixed;
	top: 7px;
	left: 4px;
	border-radius: 15%;
	
	

}

#sitemap {position: fixed;
	

	top: 200px;
	left: 4px;

	height: 60%;
	width: 15%;
	overflow: auto;
	
}



#maplink { padding-left: 1px;
	padding-right: 1px;

	border-left: 2px;
	border-color: #ffffff;
	border-style: outset;
	border-radius: 3px 12px 12px 3px;
	width: 160px;
	height: 30px;
	
	hover
	
}






#mainframe {position: absolute;

	top: 200px;
	left: 175px;
	width:86%;
	height:2100px;
	overflow: auto;



}

#scrollable1 {height: 700px;
	overflow-y: auto;
}


#scrollable {height: 2100px;
	overflow-y: auto;
}



div.wrap1 {height:100%;
	overflow:hidden;

}




ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	
}


li {
    float: left;
	
}


a:link, a:visited {

    display: block;
    width: 150px;
    font-weight: bold;
    color: #FFFFFF;
    


	background: rgb(125,185,232);
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 3%, rgba(43,136,217,1) 69%, rgba(59,103,158,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(125,185,232,1)), color-stop(69%,rgba(43,136,217,1)), color-stop(100%,rgba(59,103,158,1)));
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 3%,rgba(43,136,217,1) 69%,rgba(59,103,158,1) 100%);
background: -o-linear-gradient(top,  rgba(125,185,232,1) 3%,rgba(43,136,217,1) 69%,rgba(59,103,158,1) 100%);
background: -ms-linear-gradient(top,  rgba(125,185,232,1) 3%,rgba(43,136,217,1) 69%,rgba(59,103,158,1) 100%);
background: linear-gradient(to bottom,  rgba(125,185,232,1) 3%,rgba(43,136,217,1) 69%,rgba(59,103,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 );
    

    text-align: center;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:active {
    background-color: #FE2E2E;
	text-decoration: underline;
	font-size: 15px;
	color: #de0000;
	
}
























